'Declaration Protected Function New( _
ByVal propertyNameИмя свойства.As System.String, _
ByVal valueНовое значение свойства.As TValue _
)
protected PropertySetter<TTarget,TValue>(
System.String propertyName,
TValue value
)
protected: PropertySetter<TTarget,TValue>(
System.String propertyName,
TValue* value
)
protected:
PropertySetter<TTarget,TValue>(
System.String propertyName,
TValue^ value
)
Parameters
- propertyName
- Имя свойства.
- value
- Новое значение свойства.